home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming a Multiplayer FPS in DirectX
/
Programming a Multiplayer FPS in DirectX (Companion CD).iso
/
Paint Shop Pro
/
PSP900enTR.exe
/
Data1.cab
/
_9F722B9A921E4E39AFD6B9E9762BBD11
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-08-16
|
512 b
|
22 lines
from JascApp import *
def ScriptProperties():
return {
'Author': u'Erich Tran',
'Copyright': u'',
'Description': u'',
'Host': u'Paint Shop Pro',
'Host Version': u'8.10'
}
def Preset_BarrelCorrection():
return {
'PreserveCentralScale': App.Constants.Boolean.false,
'Strength': 50
}
def Do(Environment):
# Barrel Correction
App.Do( Environment, 'BarrelCorrection', Preset_BarrelCorrection())